Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(perf): Remove noise from AppRequirementFactoryBench #1325

Merged
merged 1 commit into from
Mar 10, 2024

Conversation

theofidry
Copy link
Member

Creating the ComposerJson and ComposerLock files are not exactly free given that they have an IO operation. Hence, it makes more sense to move their instantiation to the setup method to reduce the noise from the actual benchmark.

Creating the `ComposerJson` and `ComposerLock` files are not exactly
free given that they have an IO operation. Hence, it makes more sense to
move their instantiation to the setup method to reduce the noise from
the actual benchmark.
@theofidry theofidry enabled auto-merge (squash) March 10, 2024 13:19
@theofidry theofidry merged commit 58460e5 into box-project:main Mar 10, 2024
161 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant